home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / What's New / Technical Notes and Q&As / ADC Reference Library / css / adcstyle090704.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-08-06  |  15.0 KB  |  1,062 lines

  1. /* body */
  2. body {
  3.     margin: 0 10px;
  4.     background-color: #fff;
  5.     color: #000;
  6.     font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  7.     }
  8.  
  9. /* links */
  10. a:link {
  11.     color: #00f;
  12.     text-decoration: none;
  13.     }
  14.  
  15. a:visited {
  16.     color: #00a;
  17.     text-decoration: none;
  18.     }
  19.  
  20. a:hover {
  21.     color: #f60;
  22.     text-decoration: underline;
  23.     }
  24.     
  25. a:active {
  26.     color: #f60;
  27.     text-decoration: underline;
  28.     }
  29.  
  30. /* html tags */
  31. th, td, ul, ol, li {
  32.     font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  33.     }
  34.         
  35. code, pre    {
  36.     font-family: monaco, "Courier New", courier, monospace;
  37.     font-size: 10px;
  38.     }
  39.  
  40.     /*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */
  41.  
  42. * html code    {
  43.     font-size: 101%; 
  44.     }
  45.  
  46. * html pre {
  47.     font-size: 101%; 
  48.     }
  49.  
  50. h1 code, h2 code, h3 code, h4 code, th code { font-size: 95%; font-weight: normal; }
  51.  
  52. h1    {
  53.     margin: 0 0 15px 0;
  54.     padding: 0;
  55.     font: bold 36px 'Myriad Apple', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  56.     color: #000;
  57.     }
  58.     
  59. h2    {
  60.     margin: 0 0 5px 0;
  61.     padding: 0;
  62.     font-size: 16px;
  63.     color: #000;
  64.     }
  65.     
  66. #header h2 { 
  67.     margin: 0;
  68.     }
  69.     
  70. p + h2 {
  71.     margin: 20px 0 5px 0;
  72.     }
  73.  
  74. ol + h2 {
  75.     margin: 20px 0 5px 0;
  76.     }
  77.  
  78. ul + h2 {
  79.     margin: 20px 0 5px 0;
  80.     }
  81.     
  82. h3    {
  83.     margin: 0;
  84.     padding: 0;
  85.     font-size: 12px;
  86.     color: #000;
  87.     }
  88.  
  89. h3 + table {
  90.     margin: 5px 0 0 0;
  91.     }
  92.     
  93. h4    {
  94.     margin: 0;
  95.     padding: 0;
  96.     font-size: 12px;
  97.     }
  98.     
  99. h3 + h4 {
  100.     margin: 10px 0 0;
  101.     }
  102.     
  103. h6    {
  104.     margin: 0;
  105.     padding: 0;
  106.     font: normal 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  107.     color: #000;
  108.     }
  109.  
  110. p    {
  111.     margin: 0 0 10px 0;
  112.     padding: 0;
  113.     font: 12px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  114.     color: #000;
  115.     }
  116.     
  117. cite {
  118.     font-style: italic;
  119.     }
  120.     
  121. th {
  122.     font-weight: bold;
  123.     text-align: left;
  124.     vertical-align: top;
  125.     }
  126.     
  127. form {
  128.     margin: 0;
  129.     }
  130.     
  131. button {
  132.     margin: 3px 0 10px 0;
  133.     }
  134.     
  135. /* lists */
  136. ul    {
  137.     list-style: square outside;
  138.     margin: 0 0 0 30px;
  139.     padding: 0 0 1em 0;
  140.     }
  141.  
  142. li    {
  143.     margin-top: 3px;
  144.     }
  145.     
  146. ul ul {
  147.     margin-left: 40px;
  148.     }
  149.     
  150. ul.compressed {
  151.     margin-top: -10px;
  152.     }
  153.     
  154. ul.compressed li {
  155.     margin-top: 0;
  156.     }
  157.  
  158. ul.marketing {
  159.     padding-left: 0;
  160.     margin: 0 0 16px 0;
  161.     list-style: none;
  162.     }
  163.     
  164. ul.marketing li    {
  165.     margin-top: 0;
  166.     margin-left: 0;
  167.     margin-bottom: 2px;
  168.     font-size: 10px;
  169.     }
  170.     
  171. ol {
  172.     margin: 0 0 10px 1.5em;
  173.     padding-left: 1.5em;
  174.     }
  175.  
  176. ul.inline, ol.inline, p.inline {
  177.     margin-top: -7px;
  178.     }
  179.     
  180. ul.inline ul, ul.inline ol, ol.inline ul, ol.inline ol {
  181.     margin-top: 0;
  182.     }
  183.  
  184. ol.faq li {
  185.     font-weight: bold;
  186.     }
  187.     
  188. ol.steps li {
  189.     font-weight: bold;
  190.     }
  191.     
  192. ul.nav {
  193.     margin: 8px 0 0;
  194.     padding: 0;
  195.     list-style-type: none;
  196.     }
  197.  
  198. ul.nav li {
  199.     margin-top: 4px;
  200.     padding-left: 0;
  201.     }
  202.     
  203. ul.nobullet {
  204.     list-style-type: none;
  205.     margin-left: 0;
  206.     padding-left: 0;
  207.     }
  208.     
  209. ul.nobullet li {
  210.     margin: 3px 0 5px;
  211.     padding-left: 0;
  212.     }
  213.     
  214. /* images */
  215. .leftinline {
  216.     margin: 0 10px 5px 0;
  217.     float: left;
  218.     }
  219.  
  220. .rightinline {
  221.     margin: 0 0 5px 10px;
  222.     float: right;
  223.     }
  224.  
  225.  
  226. /* tables */
  227. .bumblebee {
  228.     border-top: 1px solid #919699;
  229.     border-left: 1px solid #919699;
  230.     border-right: 1px solid #919699;
  231.     }
  232.  
  233. .bumblebee td {
  234.     padding: 10px;
  235.     font-size: 10px;
  236.     }
  237.     
  238. .bumblebee th {
  239.     padding: 6px 10px;
  240.     font-size: 10px;
  241.     }
  242.     
  243. .bumblebee th a {
  244.     color: #FFF;
  245.     }
  246.     
  247. .bumblebee th a:link {
  248.     color: #FFF;
  249.     }
  250.  
  251. .bumblebee th a:visited {
  252.     color: #FFF;
  253.     }
  254.  
  255. .bumblebee th a:hover {
  256.     color: #FFF;
  257.     }
  258.     
  259. .bumblebee th a:active {
  260.     color: #FFF;
  261.     }
  262.  
  263. .bumblebee th {
  264.     background: #7E91A4;
  265.     color: #FFF;
  266.     }
  267.  
  268. .bumblebee td {
  269.     border-bottom: 1px solid #919699;
  270.     text-align: left;
  271.     vertical-align: top;
  272.     }
  273.  
  274. .bumblebeeblue {
  275.     background: #F0F5F9;
  276.     }
  277.  
  278. .bumblebeewhite {
  279.     background: #FFF;
  280.     }
  281.     
  282. .bumblebee .bumblebeeblue td.sortcolumn {
  283.     background: #DCE5EE;
  284.     }
  285.     
  286. .bumblebee .bumblebeewhite td.sortcolumn {
  287.     background: #F5F5F5;
  288.     }
  289.     
  290. .bumblebee th.sortcolumn {
  291.     background: #334455;
  292.     }
  293.     
  294. .bumblebeetop {
  295.     border-top: 1px solid #919699;
  296.     border-left: 1px solid #919699;
  297.     border-right: 1px solid #919699;
  298.     background: #E2E2E2;
  299.     }
  300.     
  301. .bumblebeetop td{
  302.     padding: 10px;
  303.     }
  304.  
  305. table.bumblebeetop select { width: 230px;}
  306.  
  307. .bumblebeetop td.display { border-left: 1px solid #a1a5a9;}
  308.  
  309. .bumblebeetop .pagenav td {padding: 5px 10px; font-size: 10px; border-top: 1px solid #a1a5a9;}
  310. .bumblebee .pagenav td {padding: 5px 10px; font-size: 10px; background: #E2E2E2;}
  311. .bumblebee .pagenav td.rightcolumn { text-align: right;}
  312.  
  313. td.middle, th.middle {
  314.     vertical-align: middle;
  315.     }
  316.     
  317. td.top, th.top {
  318.     vertical-align: top;
  319.     }
  320.     
  321. td.bottom, th.bottom {
  322.     vertical-align: bottom;
  323.     }
  324.     
  325. td.center, th.center {
  326.     text-align: center;
  327.     }
  328.     
  329. td.right, th.right {
  330.     text-align: right;
  331.     }
  332.     
  333. .smalltable td p {
  334.     font-size: 11px;
  335.     }
  336.  
  337.     
  338. .graybox {
  339.     border-top: 1px solid #919699;
  340.     border-left: 1px solid #919699;
  341.     margin-bottom: 10px;
  342.     }
  343.     
  344. .graybox th {
  345.     padding: 4px 8px 4px 8px;
  346.     background: #E2E2E2;
  347.     font-size: 12px;
  348.     font-weight: bold;
  349.     border-bottom: 1px solid #919699;
  350.     border-right: 1px solid #919699;
  351.     }
  352.     
  353. .graybox td {
  354.     padding: 8px;
  355.     font-size: 12px;
  356.     text-align: left;
  357.     vertical-align: top;
  358.     border-bottom: 1px solid #919699;
  359.     border-right: 1px solid #919699;
  360.     }
  361.     
  362. .graybox table td {
  363.     border: none;
  364.     padding: 0;
  365.     vertical-align: middle;
  366.     }
  367.  
  368. .marketingbox {
  369.     width: 100%;
  370.     border: 1px solid #a1a5a9;
  371.     }
  372.  
  373. .marketingbox th {
  374.     padding: 4px 8px 4px 8px;
  375.     background: #C83808;
  376.     font-size: 12px;
  377.     font-weight: bold;
  378.     color: #FFF;
  379.     }
  380.  
  381. .marketingbox td {
  382.     padding: 8px 8px 0 8px;
  383.     text-align: left;
  384.     vertical-align: top;
  385.     }
  386.     
  387. .documentationtable {
  388.     border: none;
  389.     }
  390.  
  391. .documentationtable td {
  392.     border-bottom: 1px solid #919699;
  393.     text-align: left;
  394.     vertical-align: top;
  395.     padding: 8px 0 5px 0;
  396.     }
  397.     
  398. .documentationtable p {
  399.     margin-bottom: 8px;
  400.     }
  401.     
  402. .documentationtable .bottom{
  403.     border: 0;
  404.     }
  405.         
  406. .businesstable {
  407.     border: none;
  408.     }
  409.  
  410. .businesstable td {
  411.     text-align: left;
  412.     font-size: 10px;
  413.     vertical-align: top;
  414.     padding: 5px 0 10px 0;
  415.     }
  416.     
  417. .documentationtable p {
  418.     font-size: 10px;
  419.     }
  420.  
  421. p.viewall { font-size: 11px; font-weight: bold;}
  422. p.viewlegacytech { font-size: 11px; }
  423.  
  424. .download {
  425.     border: 1px solid #919699;
  426.     margin-bottom: 10px;
  427.     }
  428.  
  429. .download th {
  430.     padding: 6px 10px 6px 10px;
  431.     font-size: 10px;
  432.     background: #7E91A4;
  433.     color: #FFF;
  434.     }
  435.  
  436. .download td {
  437.     font-size: 12px;
  438.     text-align: left;
  439.     vertical-align: top;
  440.     }
  441.  
  442. .download .title td {
  443.     border-top: 1px solid #919699;
  444.     background: #F0F5F9;
  445.     padding: 6px 10px 6px 10px;
  446.     }
  447.  
  448. .download .description {
  449.     padding: 10px;
  450.     background: #FFF;
  451.     }
  452.     
  453. .download .title td.sortcolumn {
  454.     background: #DCE5EE;
  455.     }
  456.     
  457. .download .description td.sortcolumn {
  458.     background: #F5F5F5;
  459.     }
  460.     
  461. .download th.sortcolumn {
  462.     background: #334455;
  463.     }
  464.  
  465.  
  466. /* rounded corner tables */
  467. .bigboxtop {
  468.     background: #FFF url(/images/bigboxtop.gif) repeat-x top left;
  469.     }
  470.  
  471. .bigboxleft {
  472.     background: #FFF url(/images/bigboxleft.gif) repeat-y top left;
  473.     }
  474.  
  475. .bigboxright {
  476.     background: #FFF url(/images/bigboxright.gif) repeat-y top left;
  477.     }
  478.  
  479. .bigboxbottom {
  480.     background: #FFF url(/images/bigboxbottom.gif) repeat-x top left;
  481.     }
  482.     
  483. .boxtop {
  484.     background: #FFF url(/images/boxtop.gif) repeat-x top left;
  485.     }
  486.  
  487. .boxleft {
  488.     background: #FFF url(/images/boxleft.gif) repeat-y top left;
  489.     }
  490.  
  491. .boxright {
  492.     background: #FFF url(/images/boxright.gif) repeat-y top left;
  493.     }
  494.  
  495. .boxbottom {
  496.     background: #FFF url(/images/boxbottom.gif) repeat-x top left;
  497.     }
  498.  
  499.  
  500. /* general classes */
  501. .contentpadding {
  502.     padding: 0 10px;
  503.     }
  504.     
  505. .smalltext {
  506.     font-size: 10px;
  507.     }
  508.     
  509. .blueheader {
  510.     color: #FFF;
  511.     background: #7E91A4;
  512.     padding: 3px 0 3px 7px;
  513.     }
  514.  
  515. .sourcecodebox {
  516.     border: 1px solid #c7cfd5;
  517.     background: #f1f5f9;
  518.     margin: 20px 0;
  519.     padding: 8px;
  520.     text-align: left;
  521.     }
  522.     
  523. .notebox {
  524.     border: 1px solid #a1a5a9;
  525.     background: #f7f7f7;
  526.     margin: 20px 0;
  527.     padding: 8px;
  528.     text-align: left;
  529.     }
  530.     
  531. .importantbox {
  532.     border: 1px solid #111;
  533.     background: #e8e8e8;
  534.     margin: 20px 0;
  535.     padding: 8px;
  536.     text-align: left;
  537.     }
  538.     
  539. .warningbox {
  540.     border: 1px solid #000;
  541.     background: #fff;
  542.     margin: 20px 0;
  543.     padding: 8px;
  544.     text-align: left;
  545.     }
  546.     
  547. .warningbox img.warningicon { 
  548.     float: left; 
  549.     margin-top: 3px;
  550.     }
  551.  
  552. .warningbox p { 
  553.     margin: 0 0 0 30px
  554.     }
  555.  
  556. div.clearer {
  557.     clear: both; 
  558.     display: block; 
  559.     margin: 0; 
  560.     padding: 0; 
  561.     height: 0; 
  562.     line-height: 1px; 
  563.     font-size: 1px;
  564.     }
  565.  
  566. div.notebox
  567.     padding-bottom: 5px;
  568.     }
  569.     
  570. .gray {
  571.     color: #787c7f;
  572.     }
  573.     
  574. #footnote h3, #footnote p {
  575.     color: #76797C;
  576.     font-size: 11px;
  577.     }
  578.  
  579. .footnote, .footnote li {
  580.     font-size: 11px;
  581.     color: #76797C;
  582.     }
  583.     
  584. .editorial {
  585.     font-style: italic;
  586.     margin: 20px 0;
  587.     }
  588.     
  589. .libindex {
  590.     border-bottom: 1px solid #939393;
  591.     padding: 0 3px;
  592.     background-color: #DADADA;
  593.     margin: 0 1px;
  594.     }
  595.  
  596. /* forms */
  597. #forms input {
  598.     vertical-align: middle;
  599.     padding: 0;
  600.     margin: 0 0 5px 0;
  601.     }
  602.  
  603. #forms select {
  604.     vertical-align: middle;
  605.     padding: 0;
  606.     margin: 0 0 3px 0;
  607.     }
  608.  
  609. #forms .widefield, #advsearch .widefield {
  610.     width: 98%;
  611.     margin-bottom: 5px;
  612.     }
  613.  
  614. #forms .halffield {
  615.     width: 50%;
  616.     margin-bottom: 5px;
  617.     }
  618.  
  619. #forms .extraspace {
  620.     padding-bottom: 8px;
  621.     }
  622.  
  623. #forms .quarterfield {
  624.     width: 25%;
  625.     margin-bottom: 5px;
  626.     }
  627.     
  628. #forms .inputbutton, #advsearch .inputbutton {
  629.     margin: 5px 0 10px 0;
  630.     border: 0;
  631.     }
  632.     
  633. #forms .checkbox, #advsearch .checkbox {
  634.     margin: 0 5px 0 0;
  635.     vertical-align: baseline;
  636.     }
  637.     
  638. #forms .radio {
  639.     margin: 0 5px 0 0;
  640.     vertical-align: baseline;
  641.     }
  642.     
  643. #forms textarea {
  644.     margin: 0 0 10px 0;
  645.     width: 100%;
  646.     }
  647.     
  648. #forms p {
  649.     margin-top: 7px;
  650.     }
  651.     
  652. #forms .buttonlists {
  653.     line-height: 20px;
  654.     }
  655.     
  656. #forms .buttondescription {
  657.     line-height: 15px;
  658.     margin: -10px 10px 5px 20px;
  659.     font-size: 10px;
  660.     }
  661.  
  662.  
  663. /* header */
  664. #adcnavheader td {
  665.     font: 10px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
  666.     }
  667.  
  668. #adcnavheader input {
  669.     margin: 0 3px 0 0;
  670.     padding: 0;
  671.     }
  672.  
  673. #adcnavheader .textpadding {
  674.     padding-top: 2px;
  675.     vertical-align: middle;
  676.     }
  677.     
  678. #adcnavheader .searchbutton {
  679.     border: 0;
  680.     }
  681.  
  682.  
  683. /* breadcrumb */
  684. #breadcrumb td {
  685.     font: 10px 'Lucida Grande', Geneva, Helvetica, Arial, sans-serif;
  686.     }
  687.  
  688. #breadcrumb form {
  689.     margin: 0;
  690.     }
  691.     
  692. #breadcrumb select {
  693.     vertical-align:  middle;
  694.     }
  695.  
  696.  
  697. /* sidebar */
  698. #sidebar h2, .swlsidebar h2 {
  699.     font-size: 12px;
  700.     }
  701.     
  702. #sidebar h3, #sidebar h4, .swlsidebar h3, .swlsidebar h4 {
  703.     font-size: 12px;
  704.     }
  705.     
  706. #sidebar p, #sidebar ol, #sidebar ul, .swlsidebar p, .swlsidebar ol, .swlsidebar ul {
  707.     font-size: 11px;
  708.     }
  709.  
  710. #sidebar ul, .swlsidebar ul {
  711.     margin-left: 16px;
  712.     padding-left: 0;
  713.     }
  714.  
  715. #sidebar li, .swlsidebar li {
  716.     font-size: 11px;
  717.     margin-top: 2px;
  718.     }
  719.     
  720. #sidebar ul.nav, .swlsidebar ul.nav {
  721.     margin: 8px 0 0;
  722.     padding: 0;
  723.     list-style-type: none;
  724.     }
  725.  
  726. #sidebar ul.nav li, .swlsidebar ul.nav li {
  727.     margin-top: 4px;
  728.     padding-left: 0;
  729.     background: none;
  730.     }
  731.  
  732. /* footer */
  733. #footer td, #footer p {
  734.     font-size: 10px;
  735.     }
  736.     
  737. .footerbreadcrumb {
  738.     font-size: 10px;
  739.     }
  740.  
  741. /* 404 page definitions*/
  742. #notfound h2 {
  743.     font-size: 12px;
  744.     }
  745.     
  746. #notfound h3, #notfound h4 {
  747.     font-size: 12px;
  748.     }
  749.     
  750. #notfound p, #notfound ul {
  751.     font-size: 10px;
  752.     }
  753.  
  754. #notfound ul {
  755.     margin: 0 0 15px 0;
  756.     padding-left: 0;
  757.     list-style-type: none;
  758.     }
  759.  
  760. #notfound ul li {
  761.     font-size: 10px;
  762.     margin: 3px 0 0 0;
  763.     padding-left: 0;
  764.     background: none;
  765.     }
  766.     
  767. #notfound ul ul {
  768.     margin-top: 0;
  769.     margin-left: 16px;
  770.     list-style: square outside;
  771.     }
  772.  
  773. #notfound ul ul li {
  774.     margin-left: 0;
  775.     padding-left: 0;
  776.     }
  777.  
  778. li.sectionbreak {
  779.     margin-bottom: 15px;
  780.     }
  781.  
  782. /* advanced search */
  783. #advsearch h4 {
  784.     margin-bottom: 10px;
  785.     }
  786.     
  787. #advsearch p {
  788.     line-height: 20px;
  789.     }
  790.     
  791. /* contact page */
  792. .iconlinks td {
  793.     font-size: 11px;
  794.     }
  795.     
  796. /* search results */
  797. .boxtop7e91a4 {
  798.     background: #FFF url(/images/boxtop7e91a4.gif) repeat-x top left;
  799.     }
  800.  
  801. .boxtopleft7e91a4 {
  802.     background: #FFF url(/images/boxtopleft7e91a4.gif) repeat-y top left;
  803.     }
  804.  
  805. .boxtopright7e91a4 {
  806.     background: #FFF url(/images/boxtopright7e91a4.gif) repeat-y top left;
  807.     }
  808.  
  809. .boxbottom7e91a4 {
  810.     background: #FFF url(/images/boxbottom7e91a4.gif) repeat-x top left;
  811.     }
  812.  
  813. .filesize {
  814.     color: #7F8285;
  815.     }
  816.  
  817. tr.results th, tr.results td {
  818.     font-size: 12px;
  819.     color: #FFF;
  820.     background-color: #7e91a4;
  821.     font-weight: normal;
  822.     }
  823.  
  824. tr.results a {
  825.     color: #FFF;
  826.     font-weight: bold;
  827.     }
  828.     
  829. .oddrow {
  830.     background-color: #ffffff;
  831.     }
  832.     
  833. .evenrow {
  834.     background-color: #f0f5f9;
  835.     }
  836.  
  837. /* software licensing descriptions */
  838. .swlleftrule {
  839.     border-left: 1px solid #A1A5A9;
  840.     padding-left: 10px;
  841.     padding-right: 10px;
  842.     }    
  843.  
  844. .swlsidebar {
  845.     padding-right: 10px;
  846.     }
  847.  
  848. /* narrative */
  849. #narrative blockquote {
  850.     margin: 0 20px 10px 20px;
  851.     color: #3972B8;
  852.     }
  853.  
  854. #narrative .pullquote {
  855.     font-size: 17px;
  856.     color: #FFF;
  857.     padding: 8px;
  858.     background-color: #3972B8;
  859.     border: 1px solid #000;
  860.     }
  861.     
  862. #narrative.color779D90 blockquote {
  863.     color: #779D90;
  864.     }
  865.     
  866. #narrative.color779D90 .pullquote {
  867.     background-color: #779D90;
  868.     }
  869.  
  870. #narrative.color3C6E6E blockquote {
  871.     color: #3C6E6E;
  872.     }
  873.     
  874. #narrative.color3C6E6E .pullquote {
  875.     background-color: #3C6E6E;
  876.     }
  877.  
  878. #narrative.color6D8042 blockquote {
  879.     color: #6D8042;
  880.     }
  881.     
  882. #narrative.color6D8042 .pullquote {
  883.     background-color: #6D8042;
  884.     }
  885.  
  886. #narrative.color3E583D blockquote {
  887.     color: #3E583D;
  888.     }
  889.     
  890. #narrative.color3E583D .pullquote {
  891.     background-color: #3E583D;
  892.     }
  893.  
  894. #narrative.color9AB0C5 blockquote {
  895.     color: #9AB0C5;
  896.     }
  897.     
  898. #narrative.color9AB0C5 .pullquote {
  899.     background-color: #9AB0C5;
  900.     }
  901.  
  902. #narrative.color3972B8 blockquote {
  903.     color: #3972B8;
  904.     }
  905.     
  906. #narrative.color3972B8 .pullquote {
  907.     background-color: #3972B8;
  908.     }
  909.  
  910. #narrative.color3C6C9D blockquote {
  911.     color: #3C6C9D;
  912.     }
  913.     
  914. #narrative.color3C6C9D .pullquote {
  915.     background-color: #3C6C9D;
  916.     }
  917.  
  918. #narrative.color7A6B94 blockquote {
  919.     color: #7A6B94;
  920.     }
  921.     
  922. #narrative.color7A6B94 .pullquote {
  923.     background-color: #7A6B94;
  924.     }
  925.     
  926. #narrative.color50395C blockquote {
  927.     color: #50395C;
  928.     }
  929.     
  930. #narrative.color50395C .pullquote {
  931.     background-color: #50395C;
  932.     }
  933.     
  934. #narrative.color812A28 blockquote {
  935.     color: #812A28;
  936.     }
  937.     
  938. #narrative.color812A28 .pullquote {
  939.     background-color: #812A28;
  940.     }
  941.  
  942.     
  943.     
  944. /* source code */
  945. #scdetails p {
  946.     line-height: 17px;
  947.     }
  948.     
  949. #scdetails select {
  950.     vertical-align: middle;
  951.     padding: 0;
  952.     margin: 0;
  953.     }
  954.     
  955. #scdetails input {
  956.     vertical-align: middle;
  957.     padding: 0;
  958.     margin: 0;
  959.     }
  960.  
  961. /* Technology Pages */
  962.     
  963. #techstart {
  964.     float: right;
  965.     width: 125px;
  966.     font-size: 10px;
  967.     line-height: 15px;
  968.     padding: 8px 10px 10px;
  969.     margin: 0 10px 5px 10px;
  970.     border: 1px solid #a1a5a9;
  971.     background-color: #f1f1f1;
  972.     }
  973.     
  974. #techstart h3 {
  975.     font-size: 12px;
  976.     margin-bottom: 3px;
  977.     }
  978.     
  979. #techlist {
  980.     font-size: 11px;
  981.     margin: 0 0 15px;
  982.     }
  983.     
  984. #techlist h2 {
  985.     position: relative;
  986.     font-size: 12px;
  987.     padding: 0 0 9px 35px;
  988.     margin: 20px 0 5px;
  989.     background: url(/images/bg_tech_h2.gif) repeat-x bottom left;
  990.     }
  991.     
  992. #techlist h2 img {
  993.     position: absolute;
  994.     left: 0;
  995.     bottom: 1%;
  996.     }
  997.  
  998.     /* hack for various IEs \*/
  999.     #techlist img {
  1000.         bottom: 0;
  1001.         }
  1002.     
  1003.     * html #techlist h2 {
  1004.         height: 100%;
  1005.         }
  1006.     /* end hack */
  1007.  
  1008.     
  1009. #techlist p, #techlist h3, #techlist li {
  1010.     font-size: 11px;
  1011.     }
  1012.     
  1013. #techlist ul.inlinebottom { padding-bottom: 0;}
  1014.     
  1015. #techlist h4 {
  1016.     font-weight: bold;
  1017.     color: #000;
  1018.     font-size: 11px;
  1019.     }
  1020.     
  1021. #techchild h2 {
  1022.     padding-bottom: 5px;
  1023.     border-bottom: 1px solid #a1a5a9;
  1024.     margin-bottom: 10px;
  1025.     }    
  1026.  
  1027. #techchild h3 {
  1028.     font-weight: normal;
  1029.     }
  1030.         
  1031. .sidebartable {
  1032.     border: 1px solid #a1a5a9;
  1033.     margin-bottom: 10px;
  1034.     }
  1035.     
  1036. .sidebartable th {
  1037.     padding: 4px 8px 4px 10px;
  1038.     background: #DBDBDB;
  1039.     font-size: 12px;
  1040.     font-weight: bold;
  1041.     border-bottom: 1px solid #a1a5a9;
  1042.     }
  1043.     
  1044. .sidebartable td {
  1045.     padding: 0 10px 10px;
  1046.     font-size: 11px;
  1047.     text-align: left;
  1048.     vertical-align: top;
  1049.     }
  1050.     
  1051. .sidebartable h2, .sidebartable p, .sidebartable ul {
  1052.     margin: 10px 0 2px;
  1053.     padding: 0;
  1054.     }
  1055.     
  1056. .sidebartable table td {
  1057.     border: none;
  1058.     padding: 0;
  1059.     vertical-align: middle;
  1060.     }
  1061.     
  1062. h3.nolist { margin-bottom: 5px;}